POV-Ray : Newsgroups : povray.newusers : pigment type : Re: pigment type Server Time
5 Sep 2024 20:21:02 EDT (-0400)
  Re: pigment type  
From: Nieminen Juha
Date: 3 Sep 1999 07:45:17
Message: <37cfb4cd@news.povray.org>
If you substitute this:

: #declare COL = 
: union{ 
:   cylinder{ <0, 0, 0>,<0, 5, 0>, 30 
:     material{ Kolom_M } 
:     }
:   cylinder{ <0, 25, 0>, <0, 100, 0>, 22  
:     material {Kolom_M } 
:     }
:   scale 2
:   }   

with this:

: #declare COL = 
: union{ 
:   cylinder{ <0, 0, 0>,<0, 5, 0>, 30 
:     }
:   cylinder{ <0, 25, 0>, <0, 100, 0>, 22  
:     }
:   material {Kolom_M } 
:   scale 2
:   }   

  It doesn't complain anymore.

  However, it shouldn't complain in the previous case either. Is this a bug?

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.